home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 8 / Power CD-ROM 8.iso / prgmming / skelet / skeleton.def < prev    next >
Text File  |  1994-08-15  |  749b  |  28 lines

  1.  
  2. ;----------------------------------------------------------------------------
  3. ; skeleton.def - module definition file for the SKELETON.VBX custom control
  4. ;
  5. ; Copyright (c) <Your Company Name> 1994
  6. ;
  7. ; Portions of this product are based on original
  8. ; source code from Anton Software Limited.
  9. ;----------------------------------------------------------------------------
  10.  
  11. LIBRARY         SKELV100
  12. EXETYPE         WINDOWS
  13. DESCRIPTION     'Skeleton VBX Custom Control'
  14.  
  15. CODE            PRELOAD MOVEABLE
  16. DATA            PRELOAD MOVEABLE SINGLE
  17.  
  18. HEAPSIZE        2048
  19.  
  20. EXPORTS
  21.         WEP     @1      RESIDENTNAME
  22.  
  23. SEGMENTS
  24.         WEP_TEXT FIXED
  25.  
  26. ;----------------------------------------------------------------------------
  27.  
  28.